orriduck/dsh-tui: A session-aware DeepSeek Harness terminal UI
orriduck/dsh-tui is a lightweight Terminal User Interface (TUI) released under the MIT License, designed for solo daily use scenarios. It aims to optimize the interaction experience of DeepSeek Harness (DSH) within local projects. The tool utilizes a "session-aware" mechanism, allowing users to initiate sessions within the current directory, ask follow-up questions, and monitor tool activities, approval statuses, context window usage, and permission badges in real-time. It handles credentials, model settings, sandboxing, and approvals via official DSH commands and does not store sensitive keys locally. Key features include streaming text and reasoning output, interactive approvals, skill discovery and invocation, and directory-based persistent session management (supporting listing, creating, and resuming sessions). Installation requires Node.js 22+, pnpm, and the DSH CLI, and can be installed globally via `npm install`.
Read MoreUse dsh-tui to give DeepSeek Harness a Claude Code-style terminal interface
dsh-tui is a community-maintained terminal UI plugin for DeepSeek Harness, with the npm package named `@dsh-tui/dsh-tui`. Built upon the official dsh-base, it provides features such as streaming Markdown rendering, tool cards, approval dialogs, and commands like `/model` and `/resume`. This article verifies the installation command, profile usage, local endpoint connection method and rc line restrictions by cross-checking with the directory page and GitHub repository.
Read More